This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Not receiving mail from a particular domain ~Julia Ekjumibergynds 16.Dec.03 09:49 AM a Web browser Domino Server 6.0.2 CF2Windows 2000
Hi,
increase the Log-Level of the SMTP-Listener to see more. here are details for this:
SMTPDebug
This parameter can be set to enable the capture of inbound SMTP protocol conversations. This is for all messages received by the SMTP listener from all clients and servers via the SMTP protocol.
* 1 - enable minimal logging of the SMTP listener
* 2 - enable information logging of data sent and received along with some additional debugging information. This setting indicates commands and responses being received/sent along with the number of bytes being transmitted, but does not include the text that is transmitted.
* 3 - enable verbose logging of data sent and received. Along with the information recorded at setting 2, this level shows the actual text received/sent via SMTP. Note that this does not include the text body of messages.
* 4 - this is the most verbose you will get for logging (note that this is an undocumented value -- the documentation only lists up to 3).